How to clear the immediate window in Visual Studio 2019?
What is the use of an immediate window? It is used to debug and evaluate expressions, execute statements, and print variable values.
How to clear the immediate window?
>cls
It will clear your immediate window entire results.
Screenshots:
Leave a comment